net/http.http2outflow.n (field)

9 uses

	net/http (current package)
		h2_bundle.go#L1387: 	n int32
		h2_bundle.go#L1398: 	n := f.n
		h2_bundle.go#L1399: 	if f.conn != nil && f.conn.n < n {
		h2_bundle.go#L1400: 		n = f.conn.n
		h2_bundle.go#L1409: 	f.n -= n
		h2_bundle.go#L1411: 		f.conn.n -= n
		h2_bundle.go#L1418: 	sum := f.n + n
		h2_bundle.go#L1419: 	if (sum > n) == (f.n > 0) {
		h2_bundle.go#L1420: 		f.n = sum